home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Pane / DLLDef next >
Text File  |  1995-08-23  |  343b  |  32 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Pane"
  6.   version 1.11
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   curpane
  14.   Pane_Delete
  15.   Pane_Hide
  16.   Pane_OpenEventHandler
  17.   Pane_SetFlags
  18.   Pane_CreateAndLink
  19.   Pane_GetSysHandle
  20.   Pane_Link
  21.   pane_root
  22.   Pane_Show
  23. }
  24.  
  25. ; --- Object files ---
  26.  
  27. objects
  28. {
  29.   o.Pane
  30.   o.Other
  31. }
  32.